home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / util / w3setcom / setcom.asm < prev    next >
Assembly Source File  |  1990-06-29  |  232b  |  23 lines

  1.  
  2.  
  3.  
  4.  
  5.     .MODEL  TINY
  6. include stdmac.inc
  7.  
  8.     .CODE
  9.     .STARTUP
  10. gocom:
  11.     mov     ax,40h
  12.     mov     ds,ax
  13.     mov     di,4
  14.     mov     ds:[di],03e8h
  15.     inc     di
  16.     inc     di
  17.     mov     ds:[di],02e8h
  18.  
  19.     mov     al,0
  20.     @ExitToDos
  21.  
  22.     end
  23.